DevForce Help Reference
SelectorCollection<T,U> Class
Members 


Base class for CompositeSortSelector and AnonymousProjectionSelector.
Syntax
'Declaration
 
Public MustInherit Class SelectorCollection
    (Of T As MemberSelector,
     U As {New, SelectorCollection(Of T,U)}) 
'Usage
 
Dim instance As SelectorCollection(Of T,U)
public abstract class SelectorCollection<T,U> 
where T: MemberSelector
where U: new(), SelectorCollection<T,U>
Type Parameters
T
U
Inheritance Hierarchy

System.Object
   IdeaBlade.Linq.SelectorCollection<T,U>
      IdeaBlade.Linq.AnonymousProjectionSelector
      IdeaBlade.Linq.CompositeSortSelector

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SelectorCollection<T,U> Members
IdeaBlade.Linq Namespace

Send Feedback